2015
Michael Natterer
Returns the image's color profile
This procedure returns the image's color profile, or NULL if the image has no color profile assigned.
unknown
| Type | Name | Description |
|---|---|---|
| PF_IMAGE | image | The image |
| Type | Name | Description |
|---|---|---|
| PF_INT | num-bytes | Number of bytes in the color_profile array (num-bytes >= 0) |
| unknown | profile-data | The image's serialized color profile. The returned value must be freed with g_free() |